Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

WebsydianSEI - Message


WSE0236 - No Output From Handler

Error message

The handler &(2:) (program: &(3:)) ought to return output in the file &(1:) - but the file contains no data. The service is offered on the URL &(4:).

Parameters

&(1:) - The location and name specified for the output file.

&(2:) - The name of the handler that was processing the request.

&(3:) - The implementation name of the handler that was processing the request.

&(4:) - The URL mask that was used to identify the service processor.

Description

The specifications for a handler indicates that it should return an output document. However, no document was returned.

Action

Either change the specifications for the handler so that it does not indicate that an output file is returned or ensure that the handler always populate the output file.

Category / Severity

System / Error